Hệ thống đặt hàng thực phẩm trong Php

1 # Food Ordering System
2
3 ## Screenshots
4 ### Login
5 ![Login](https:
//image.prntscr.com/image/aY4ghnqETTWc8w6RRqcSOw.jpg)
6 ### Register
7 ![Register](https:
//image.prntscr.com/image/B67umVCPSae_38Gfenxlbw.jpg)
8 ### Modify Food Menu (Admin)
9 ![Modify Menu](https:
//image.prntscr.com/image/bAoF4lB7THOSZ-9zI5eXzg.jpg)
10 ### Food Menu (Customer)
11 ![View tickets](https:
//image.prntscr.com/image/dEVkeAVhRxWbxCu_uNB5ew.jpg)
12 ### Placing Order
13 ![Records](https:
//image.prntscr.com/image/QSWkwRmNSkOnL9TrrfkpJA.jpg)
14 ### View all Orders(Admin)
15 ![Records](https:
//image.prntscr.com/image/QsUxzm5nTRatVyt5PY-xNg.jpg)
16 ### List Tickets
17 ![View All Tickets(Admin)](https:
//image.prntscr.com/image/8cr_-H4wRQC3HxOVBQseFA.jpg)
18 ### Place & View Tickets(Customer)
19 ![Tickets(User)](https:
//image.prntscr.com/image/M_VIy9bRQCe9eYFsn4AWUA.jpg)
20 ### Communicating
on Support Ticket
21 ![Support Ticket](https:
//image.prntscr.com/image/aR7kQo5AQpSa_Y3kU3SDcA.jpg)
22 ### Modify Details(Customer)
23 ![Modifying Records](https:
//image.prntscr.com/image/sXogBp55SMahRleBIv7Plg.jpg)
24 ### User Management(Admin)
25 ![Modifying Records](https:
//image.prntscr.com/image/St11KReLQVOXHctcmsHY-g.jpg)
26
27
28 How To Install -
29 ---------

30
31 1
. Create Database food.
32 2
. Run food.sql script provided in sql folder.
33 3
. Go to login.php and try out our application. Sample user credentials can be found in users & wallet_details table.
34
35 Note -
36 ---------

37 1
. This is not ready for PRODUCTION.
38 2
. The username and password of sample users are stored in table `users`.
39 3
. Only Customers with "Verified" status can place orders using "Cash on Delivery" option.
40 4
. By default a new customer gets 2000 coins in Wallet on signing up, and a fake Credit card number & CVV number is generated and stored in SQL Table "wallet_details" with corresponding new customer's ID.
41 5
. Use that Card Number & CVV while placing an order, else order won't be successful or use "Cash on delivery" option.
42 6
. What's lacking? Dynamic payment(real payment system) and error reporting lacks in this project. And also one might wish for showing corresponding food item's photo and all that stuff.


Gõ tìm kiếm nhanh...